home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 179 / MF_UK_179_1.iso / DiscContents / In the mag / Widgets / CheckDomain 1.1 / CheckDomain / CheckDomain.wdgt / CheckDomain.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-07-17  |  2.2 KB  |  160 lines

  1. body {
  2.     margin: 0;
  3.     font-family:"Helvetica";
  4. }
  5.  
  6. #domain_field{
  7.     position:absolute;
  8.     top:15px;
  9.     left:20px;
  10.     width:189px;
  11.     font: normal normal normal 12pt/normal Helvetica-Bold;
  12.     -apple-dashboard-region: dashboard-region(control rectangle 0px 0px 0px 0px);
  13. }
  14.  
  15. #search_button{
  16.     position:absolute;
  17.     top:15px;
  18.     right:16px;
  19. }
  20.  
  21. #status{
  22.     position:absolute;
  23.     top:45px;
  24.     width:100%;
  25.     text-align:center;
  26.     font-size:12px;
  27.     font-weight:bold;
  28.     color:#a8a8a8;
  29. }
  30.  
  31. div#comlink{
  32.     position:absolute;
  33.     left:18px;
  34.     top:63px;
  35. }
  36.  
  37. div#netlink{
  38.     position:absolute;
  39.     left:92px;
  40.     top:63px;
  41. }
  42.  
  43. div#orglink{
  44.     position:absolute;
  45.     left:166;
  46.     top:63px;
  47. }
  48.  
  49. div#search_button a{
  50.     display:block;
  51.     width:26px;
  52.     height:27px;
  53.     background:url(images/search.png);
  54.     text-decoration:none;
  55. }
  56.  
  57. div#search_button a:hover{
  58.     display:block;
  59.     width:26px;
  60.     height:27px;
  61.     background:url(images/search_hover.png);
  62. }
  63.  
  64. div#search_button a:active{
  65.     display:block;
  66.     width:26px;
  67.     height:27px;
  68.     background:url(images/search_down.png);
  69. }
  70.  
  71. div#search_button a:visited{
  72.     display:block;
  73.     width:26px;
  74.     height:27px;
  75.     background:url(images/search.png);
  76. }
  77.  
  78. /***************/
  79.  
  80. #flip {
  81.     opacity:0;
  82.     background: url(file:///System/Library/WidgetResources/ibutton/black_i.png) no-repeat top left;
  83.     z-index:7901;
  84. }
  85.  
  86. #fliprollie {
  87.     display:none;
  88.     opacity:0.5;
  89.     background: url(file:///System/Library/WidgetResources/ibutton/black_rollie.png) no-repeat top left;
  90.     z-index:7900;
  91.  
  92. }
  93.  
  94. .flip {
  95.     position:absolute;
  96.     top: 44px;
  97.     right: 23px;
  98.     width:13px;
  99.     height:13px;
  100. }
  101.  
  102. #back {
  103.     position:absolute;
  104.     top:0;
  105.     left:0;
  106.     right:0;
  107.     bottom:0;
  108.     display:none;
  109.     background:url(images/back.png) top left no-repeat;
  110.     font-size:10px;
  111.     padding:15px 15px 10px 18px;
  112.     color:white;
  113. }
  114.  
  115. select{
  116.     font-size:10px;
  117.     width:220px;
  118.     margin-top:3px;
  119.     }
  120.  
  121. label{
  122.     padding-left:10px;
  123.     }
  124.  
  125. #done{
  126.     position:absolute;
  127.     right:35px;
  128.     bottom:20px;
  129.     }
  130.  
  131. #update{
  132.     position:absolute;
  133.     top:0;
  134.     right:0;
  135.     left:0;
  136.     bottom:0;
  137.     background:#292929;
  138.     color:white;
  139.     display:none;
  140.     z-index:7950;
  141.     border:1px solid #555555;
  142.     }
  143.  
  144. h1{
  145.     font-size:14px;
  146.     margin-left:10px;
  147.     margin-right:10px;
  148.     }
  149.  
  150. #update div{
  151.     text-align:right;
  152.     padding-right:10px;
  153.     padding-top:10px;
  154.     }
  155.  
  156. #bewidget{
  157.     position:absolute;
  158.     bottom:25px;
  159.     left:20px;
  160.     }